google.golang.org/grpc/internal/transport.framer.writer (field)

8 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L585: 			l.framer.writer.Flush()
		controlbuf.go#L625: 				if l.framer.writer.offset < minBatchSize {
		controlbuf.go#L630: 			l.framer.writer.Flush()
		http2_client.go#L460: 	if err := t.framer.writer.Flush(); err != nil {
		http2_server.go#L300: 	t.framer.writer.Flush()
		http2_server.go#L1406: 		t.framer.writer.Flush()
		http_util.go#L392: 	writer *bufWriter
		http_util.go#L413: 		writer: w,